updated: 2022-01-23_12:32:31-05:00
Relational Model
- Everything is in tables
- Elements have an ID and other attributes
- rows represent elements
- Every table will have a Primary Key
- As long as the values can be unique, any attribute can be the key
updated: 2022-01-23_12:32:31-05:00